ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientView<T> Class / IsLoaded Property

In This Topic
    IsLoaded Property
    In This Topic
    Gets a value indicating whether the client view is loaded.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLoaded As System.Boolean
    public System.bool IsLoaded {get;}
    See Also